PublishContentEncoding Property |
Gets or sets Content-Encoding header field. The Content-Encoding header field is used as a modifier to the "media-type".
When present, its value indicates what additional content codings have been applied
to the request body, and thus what decoding mechanisms must be applied in order to
obtain the media-type referenced by the Content-Type header field.
Namespace:
Independentsoft.Sip.Methods
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string ContentEncoding { get; set; }Public Property ContentEncoding As String
Get
Set
Property Value
Type:
String
See Also